The GraphiQL
xxxxxxxxxx
 
1
#
2
# Welcome to The GraphiQL
3
#
4
# The GraphiQL is an in-browser tool for writing, validating, and
5
# testing GraphQL queries.
6
#
7
# Type queries into this side of the screen, and you will see intelligent
8
# typeaheads aware of the current GraphQL type schema and live syntax and
9
# validation errors highlighted within the text.
10
#
11
# GraphQL queries typically start with a "{" character. Lines that start
12
# with a # are ignored.
13
#
14
# An example GraphQL query might look like:
15
#
16
#     {
17
#       field(arg: "value") {
18
#         subField
19
#       }
20
#     }
21
#
22
# Keyboard shortcuts:
23
#
24
#  Prettify Query:  Shift-Ctrl-P (or press the prettify button above)
25
#
26
#     Merge Query:  Shift-Ctrl-M (or press the merge button above)
27
#
28
#       Run Query:  Ctrl-Enter (or press the play button above)
29
#
30
#   Auto Complete:  Ctrl-Space (or just start typing)
31
#
32
​
1
 
1
​
1
 
1
​
​x
 
​